9bbfc788ea06cc0408476c67ad465f2f16913a50,generators/org/jetbrains/jet/generators/tests/GenerateTests.java,GenerateTests,main,#String[]#,62
Before Change
testModel("idea/testData/codeInsight/surroundWith/tryFinally", "doTestWithTryFinallySurrounder")
);
generateTest(
"idea/tests/",
"SurroundWithFunctionLiteralTestGenerated",
AbstractSurroundWithTest.class,
testModel("idea/testData/codeInsight/surroundWith/functionLiteral", "doTestWithFunctionLiteralSurrounder")
);
}
private static SimpleTestClassModel testModel(@NotNull String rootPath) {
After Change
testModel("idea/testData/codeInsight/surroundWith/tryCatch", "doTestWithTryCatchSurrounder"),
testModel("idea/testData/codeInsight/surroundWith/tryCatchFinally", "doTestWithTryCatchFinallySurrounder"),
testModel("idea/testData/codeInsight/surroundWith/tryFinally", "doTestWithTryFinallySurrounder"),
testModel("idea/testData/codeInsight/surroundWith/functionLiteral", "doTestWithFunctionLiteralSurrounder")
);
}
private static SimpleTestClassModel testModel(@NotNull String rootPath) {